'宣言 Public Overloads Function Closest( _ ByVal predicate As System.Func(Of C1TextPointer,Boolean), _ ByVal distance As System.Func(Of C1TextPointer,C1TextPointer,Integer), _ ByVal range As C1TextElement _ ) As C1TextPointer
public C1TextPointer Closest( System.Func<C1TextPointer,bool> predicate, System.Func<C1TextPointer,C1TextPointer,int> distance, C1TextElement range )
パラメータ
- predicate
- 満たす必要がある述語。
- distance
- 距離関数。
- range
- 検索する範囲。
戻り値の型
述語を満たす最も近い位置。